.iconfont {
	font-family: "iconfont" !important;
	font-size: 13px;
	font-style: normal;
}



#menu {
	width: auto;
	background: rgba(255,255,255,0.8);
	border-radius: 30px;
	margin: auto;
}

.nav {
	width: auto;
	display: block;
	max-width: 1440px;
	margin: auto;
	padding: 5px;
	text-align: right;
}

.nav li {
	line-height: 40px;
	text-align: center;
	width: auto;
	float: none;
	position: relative;
	z-index: 99999;
	display: inline-block;
	width: auto;
	position: relative;
}


.nav li a {
	display: block;
	line-height: 50px;
	color: #2b2b2b;
	font-size: 16px;
	padding: 0px 25px;
	position: relative;
	transition: all 0.5s;
	border-radius: 30px;
}
.nav li a.navyj:hover
{
	background:#fff;
}



.index_top {
	width: 100%;
	position: absolute;
	z-index: 999;
	top: 0px;
	transition: all 0.5s;
	padding: 66px 0px;
}

.index_top .tou2 {
	max-width: 100%;
	padding: 0px 20px;
	margin: auto;
	align-items: center;
	justify-content: space-between;
	display: flex;
	transition: all 0.5s;
}

.logo
{
    position:absolute;
    top: 60px;
    left: 60px;
}

.logo img{
	width:240px;
	filter: brightness(0%) invert(100%);
}


.topc {
	display: flex;
	width: 250px;
	line-height: 101px;
	background: #cfa951;
	justify-content: center;
}


